Re: Is there a utility to load data? - Mailing list pgsql-admin

From Chris Ruprecht
Subject Re: Is there a utility to load data?
Date
Msg-id p05101208b8906f2d9011@[192.168.0.6]
Whole thread Raw
In response to Is there a utility to load data?  (Pam Wampler <Pam_Wampler@taylorwhite.com>)
List pgsql-admin
Pam,

I use the psql 'copy' function like this:

copy <tablename> from '<file name>' delimiters ',';

Best regards,
Chris

At 14:00 -0500 02/13/2002, Pam Wampler wrote:
>Is there a postgresql utility to load data from a flat file?  Similar to
>oracle sqlldr?
>
>---------------------------(end of broadcast)---------------------------
>TIP 5: Have you checked our extensive FAQ?
>
>http://www.postgresql.org/users-lounge/docs/faq.html


--
Chris Ruprecht
Network grunt and bit pusher extraordinaíre

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


pgsql-admin by date:

Previous
From: Pam Wampler
Date:
Subject: Is there a utility to load data?
Next
From: Jeff Self
Date:
Subject: Re: Is there a utility to load data?